From: Juanma Barranquero Date: Wed, 10 Jul 2002 08:41:28 +0000 (+0000) Subject: (SPECPDL_INDEX): Rename from BINDING_STACK_SIZE. All callers updated. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~31770 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=830a07e39645ff12e329fc4d09dde5209a979986;p=emacs.git (SPECPDL_INDEX): Rename from BINDING_STACK_SIZE. All callers updated. --- diff --git a/src/lisp.h b/src/lisp.h index dc38857e85e..fc7793a6808 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -1695,7 +1695,7 @@ extern int specpdl_size; extern EMACS_INT max_specpdl_size; -#define BINDING_STACK_SIZE() (specpdl_ptr - specpdl) +#define SPECPDL_INDEX() (specpdl_ptr - specpdl) /* Everything needed to describe an active condition case. */ struct handler